home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / theme_park_thriller.swf / scripts / frame_10 / DoAction.as
Text File  |  2011-09-24  |  146b  |  10 lines

  1. if(_framesloaded == _totalframes)
  2. {
  3.    SFX.gotoAndPlay("Music1");
  4.    gotoAndStop("Title");
  5. }
  6. else
  7. {
  8.    gotoAndPlay(_currentframe - 5);
  9. }
  10.